Skip to main content

Create Webhook

POST 

/notifications/webhook

Create a webhook associated with a Charge project

Request

Query Parameters

    apiKey string
    Example: {{publicKey}}

Header Parameters

    API-SECRET string
    Example: {{secretKey}}

Body

    projectId string
    webhookUrl string
    eventType string

Responses

Created

Schema

    object

Loading...

Was this page helpful?